Welcome![Sign In][Sign Up]
Location:
Search - first and follow program

Search list

[GUI Developfifoexe

Description: 本程序包括求First集和Follow集的VC++原程序,已经编译过可以直接使用。-including procedures for the First Set and Follow Set VC program, it has been compiled using direct.
Platform: | Size: 31271 | Author: fly | Hits:

[Windows Develop032812033

Description: 算符优先分析程序设计,编译原理实验四,实现了FIRST及FOLLOW集-operator priority analysis program design, build four principle experiment, and realized FIRST FOLLOW Set
Platform: | Size: 20024 | Author: zhaojun | Hits:

[Windows Develop实验二:ll1语法判断

Description: 实验二:LL1语法判断 自定义一个文法集,输入文法产生式,计算文法的FIRST,FOLLOW和SELECT集合, 利用SELECT集合构造预测分析表,接着用预测分析程序,栈 和预测分析表对输入串进行分析,给出分析过程-Lab two: The LL1 grammar judgment from defines a grammar collection, the input grammar production pattern, computation grammar FIRST, FOLLOW and the SELECT set, uses the SELECT set structure forecast analytical table, then uses the forecast analysis program, the stack and the forecast analytical table carries on the analysis to the input string, produces the analysis proce
Platform: | Size: 134291 | Author: 罗文 | Hits:

[Other编译原理First集合和Follow集合的求解

Description: 相信计算机专业的学生在学《编译原理》时都做了有关求first和follow集的问题。此程序用VC++做,相信会给大家一定的帮助。-it s sure that the student of computer do first and follow when learning <<compiler>>. This program uses vc++,and i am sure it is useful for everyone!
Platform: | Size: 239930 | Author: 如月 | Hits:

[Windows Develop实验二:ll1语法判断

Description: 实验二:LL1语法判断 自定义一个文法集,输入文法产生式,计算文法的FIRST,FOLLOW和SELECT集合, 利用SELECT集合构造预测分析表,接着用预测分析程序,栈 和预测分析表对输入串进行分析,给出分析过程-Lab two: The LL1 grammar judgment from defines a grammar collection, the input grammar production pattern, computation grammar FIRST, FOLLOW and the SELECT set, uses the SELECT set structure forecast analytical table, then uses the forecast analysis program, the stack and the forecast analytical table carries on the analysis to the input string, produces the analysis proce
Platform: | Size: 134144 | Author: 罗文 | Hits:

[Other编译原理First集合和Follow集合的求解

Description: 相信计算机专业的学生在学《编译原理》时都做了有关求first和follow集的问题。此程序用VC++做,相信会给大家一定的帮助。-it s sure that the student of computer do first and follow when learning <<compiler>>. This program uses vc++,and i am sure it is useful for everyone!
Platform: | Size: 338944 | Author: 如月 | Hits:

[GUI Developfifoexe

Description: 本程序包括求First集和Follow集的VC++原程序,已经编译过可以直接使用。-including procedures for the First Set and Follow Set VC program, it has been compiled using direct.
Platform: | Size: 30720 | Author: fly | Hits:

[Windows Develop032812033

Description: 算符优先分析程序设计,编译原理实验四,实现了FIRST及FOLLOW集-operator priority analysis program design, build four principle experiment, and realized FIRST FOLLOW Set
Platform: | Size: 54272 | Author: zhaojun | Hits:

[ELanguageLL1gongnengquan

Description: 功能较全的LL1文法分析,自定义输入文法,生成first集follow集,再输入句子,判断是否是该文法,并显示栈的状态-function over the entire LL1 grammar analysis, since the definition of input grammar, Generating Sets follow first set, then input sentence, the judge is whether grammar, and that the state Stack
Platform: | Size: 202752 | Author: chengning | Hits:

[ELanguage25232154653

Description: LL(1)词法分析程序 可以生成first和follow集合 由不同文法构建分析表-LL (1) lexical analysis program can be generated first and follow set constructed by different grammar analysis table
Platform: | Size: 185344 | Author: 860917 | Hits:

[JSP/JavaLL1Grammar

Description: 用java语言编写的LL(1)文法分析程序,输出first集、follow集和分析表,并对输入串进行预测分析-Using java language LL (1) grammar analysis program, the output first set, follow the collection and analysis table, and prediction analysis of input strings
Platform: | Size: 4096 | Author: 果冻 | Hits:

[ELanguagefirst+and+follow

Description: first集 与 follow集 编译原理-first set and follow the principle set compiler
Platform: | Size: 2048 | Author: yiminhui | Hits:

[ELanguagefirst-follow

Description: slr program for parsers
Platform: | Size: 1024 | Author: sss | Hits:

[DocumentsJoseph

Description: Joseph环 任务:编号是1,2,……,n的n个人按照顺时针方向围坐一圈,每个人只有一个密码(正整数)。一开始任选一个正整数作为报数上限值m,从第一个人开始顺时针方向自1开始顺序报数,报到m时停止报数。报m的人出列,将他的密码作为新的m值,从他在顺时针方向的下一个人开始重新从1报数,如此下去,直到所有人全部出列为止。设计一个程序来求出出列顺序。 要求:利用单向循环链表存储结构模拟此过程,按照出列的顺序输出各个人的编号。 -Joseph Ring task: number is 1,2, ... ..., n, n individuals in accordance with clockwise sitting around a circle, each person is only one password (positive integer). Beginning Optional a positive integer as the reported number of upper limit of m, from the first individual to start a clockwise direction from a starting sequence reported that the number, appearance, m stop count off. Reported m the person out of the column, his password as the new m value, from his home in a clockwise direction of the next person start again from a newspaper a few, and so it goes, until everyone all out of the column so far. Design a program to find out the column order. Requirements: the use of a one-way circular linked list storage structure simulation of this process, and follow the column order of output of each individual number.
Platform: | Size: 7168 | Author: llp | Hits:

[ELanguage20029440913

Description: (1) 根据LL(1)分析法编写一个语法分析程序,可根据自己实际情况,选择以下一项作为分析算法的输入: a. 直接输入根据已知文法构造的分析表M b.输入文法的FIRST(α)和FOLLOW(U)集合,由程序自动生成文法的分析表M; c.输入已知文法,由程序自动构造文法的分析表M。 (2) 程序具有通用性 所开发的程序可适用于不同的文法和任意输入串,且能判断该文法是否为LL(1)文法。 (3) 有运行实例 对于输入的文法和符号串,所编制的语法分析程序应能正确判断此串是否为文法的句子,并要求输出分析过程。 -(1) According to the LL (1) method to write a parser, according to their own situation, choose one of the following analysis of the algorithm as input: a. directly into the basis of known structures of grammar table M b. enter the grammar of FIRST (α) and FOLLOW (U) set automatically by the program analysis table statute of Health M c. Enter known grammar, the program can automatically construct grammatical analysis table M. (2) program has universal The developed program used in various types of grammar and an arbitrary input string, and can determine whether the grammar LL (1) grammar. (3) the running instance Grammar and symbols for the input string, the parser should be compiled correctly determine whether this string of sentence grammar, and asked the output of the process.
Platform: | Size: 289792 | Author: zmf | Hits:

[Windows DevelopFFFF

Description: this program is about first and follow
Platform: | Size: 1024 | Author: Gautami | Hits:

[matlabfirst

Description: 二维傅里叶变换,对图像进行二维傅里叶变换处理-Two-Dimensional Fast Fourier Transform The purpose of this project is to develop a 2-D FFT program "package" that will be used in several other projects that follow. Your implementation must have the capabilities to: (a) Multiply the input image by (-1)x+y to center the transform for filtering. (b) Multiply the resulting (complex) array by a real function (in the sense that the the real coefficients multiply both the real and imaginary parts of the transforms). Recall that multiplication of two images is done on pairs of corresponding elements. (c) Compute the inverse Fourier transform. (d) Multiply the result by (-1)x+y and take the real part. (e) Compute the spectrum.
Platform: | Size: 1024 | Author: solo | Hits:

[JSP/Javasammi

Description: 用java语言编写的LL(1)文法分析程序,输出first集、follow集和分析表,并对输入串进行预测分析。 -Written by java LL (1) grammar analysis program, the output first set, follow the table set and analysis, and prediction of the input strings.
Platform: | Size: 8192 | Author: Jwill | Hits:

[JSP/JavaJava-Socketemail

Description: Java Socket邮件发送程序SMTP客户端邮件发送程序的实现原理非常简单,首先建立和邮件服务器的Socket连接,然后和服务器握手,发送各个SMTP指令,并按照邮件格式封装邮件体内容,最后发送即可。-Java Socket client mail program SMTP mail program implementation principle is very simple, first create the Socket connection and mail server, and then shook hands and the server to send all SMTP commands and follow the message format encapsulates the content of the message body, and finally send it.
Platform: | Size: 6144 | Author: 和牧 | Hits:

[Linux-Unixunix-cs-socket

Description: 在Unix/Linux环境下,用Client/Server结构实现;支持多个客户之间的相互交流(公聊,用户名); 工作方式: 服务器程序先在后台运行; 客户端程序通过“网址+端口号”连接到服务器,并根据提示输入用户名(不需验证); -On Unix/Linux environment, using Client/Server architecture to achieve support interaction between multiple customers (the public chat, user name) work: first, the server program running in the background client through the " Web+ port " Connect to the server, and follow the prompts to enter a user name (without verification)
Platform: | Size: 2048 | Author: nick | Hits:
« 12 3 4 »

CodeBus www.codebus.net